crypto/internal/fips140/bigmod.Nat.resetFor (method)

6 uses

	crypto/internal/fips140/bigmod (current package)
		nat.go#L174: 	x.resetFor(m)
		nat.go#L190: 	x.resetFor(m)
		nat.go#L607: 	d := NewNat().resetFor(m)
		nat.go#L648: 	out.resetFor(m)
		nat.go#L683: func (out *Nat) resetFor(m *Modulus) *Nat {
		nat.go#L1007: 	out.resetFor(m)